- getPixel
Color getPixel(size_t x, size_t y)
- getPixel
Color getPixel(size_t x, size_t y)
- opIndex
Color opIndex(size_t x, size_t y)
- opIndex
Color opIndex(size_t x, size_t y)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndexAssign
void opIndexAssign(Color value, size_t x, size_t y)
- opIndexAssign
void opIndexAssign(Color value, size_t x, size_t y)
Undocumented in source. Be warned that the author may not have intended to support it.
- resize
bool resize(size_t newWidth, size_t newHeight)
Undocumented in source. Be warned that the author may not have intended to support it.
- resize
bool resize(size_t newWidth, size_t newHeight)
- setPixel
void setPixel(size_t x, size_t y, Color value)
- setPixel
void setPixel(size_t x, size_t y, Color value)
A fairly simple image storage type using a horizontal scan line memory order.
Will automatically deallocate its memory when it goes out of scope. Should not be copied or moved around.